CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux reader

搜索资源列表

  1. Ubuntu_Linux

    0下载:
  2. 现在Linux已进入百家争鸣的战国时期,而Ubuntu更可说是其中的后起之秀与佼佼 者,也是聚焦最多人目光的Linux之一。因此在本书的一开始,我们将就Linux与 Ubuntu的关联性作一介绍,让每位读者在进入Ubuntu的世界前,清楚了解此二者的 相似与个别性,这也是学习Linux与Ubuntu最重要的入门砖。-Now Linux has entered the contending the Warring States period, and Ubuntu can be sai
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3306209
    • 提供者:冯晗
  1. aee35a352e65

    0下载:
  2. 基于linux下的,操作系统中实现,写着与读者的Pv操作。有良好的界面。-Under linux-based operating system implementation, written with the reader Pv operation. Have a good interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3313175
    • 提供者:libaotai
  1. TRF7960TBPMSP430F5438A-Experimenter-Board-SPI-wit

    0下载:
  2. TRF7960 for linux. This is a reader RFID for detect tag to 13.56 MHz. TRF7960TB+MSP430F5438A Experiment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:454011
    • 提供者:charlie
  1. unix-network-program

    0下载:
  2. 包括《UNIX网络编程》所有源码和socket简单编程代码,有助于学习掌握linux/unix网络编程,都是C代码-including "UNIX network programing" source code and a socket document. it will help the reader to master linux/unix programing, and the source is C code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:604903
    • 提供者:肖剑
  1. qreadbook

    0下载:
  2. 在linux下实现电子书阅读器,可以打开txt文件。功能还行-It is a txt reader for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:13510
    • 提供者:章冬
  1. chmsee_1.0.0.orig.tar

    0下载:
  2. chmsee阅读器 可在LINUX下查看.chm文件。-LINUX chmsee reader can view the. chm file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:523446
    • 提供者:王毅东
  1. rxeeprom

    0下载:
  2. m16c eeprom reader in linux system. allows read access to m16c eeprom
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5753
    • 提供者:fixel
  1. Advanced-Bash-Scripting-Guide_6.3

    0下载:
  2. Unix/Linux Bash Guide-This tutorial assumes no previous knowledge of scr ipting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1792887
    • 提供者:Gavin Fung
  1. Linuxcore

    0下载:
  2. 本章试图以顺序的方式来解释Linux源代码,以帮助读者对源代码的体系结构以及很多相关的unix特性的实现有一个很好的理解。目标是帮助对Linux不甚了解的有经验的C程序员对整个Linux的设计有所了解。-This chapter attempts to explain the way in order Linux source code to help the reader to the source code architecture, and many related features
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:21984
    • 提供者:陈露莎
  1. RF-100_IC_Reader_linux1

    0下载:
  2. RF-100非接触式IC卡读写器linux例程-RF-100 non-contact IC card reader linux routines
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:135061
    • 提供者:undead
  1. anx7150_regdump

    0下载:
  2. linux 下anx7150所有寄存器读取程序-All registers under linux anx7150 reader
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1170
    • 提供者:panda
  1. ic

    0下载:
  2. 在linux系统下,对外设IC卡读写器的编程,主要是读取卡号和余额,并写入相应的文件中-Linux system programming on the peripheral IC card reader reads the card number and balance, and write the corresponding file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:40259
    • 提供者:suxin
  1. CODE

    0下载:
  2. IC卡读写器驱动,长城信息提供,在linux环境适应-ICC reader Driver,by GWI, in linux env.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:10754
    • 提供者:ping
  1. liyanrui-cikada-v0.0.2-0-gbaf233d

    0下载:
  2. cikada 基于poppler的pdf阅读器源码-base the poppler arm linux pdf reader xpdf
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:377220
    • 提供者:seawind
  1. ReaderAndWriter

    0下载:
  2. Linux下读者写者问题, 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-Under Linux readers to write, 1) wri
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2515
    • 提供者:翔子
  1. txtreader-0.6.5

    0下载:
  2. 基于linux的嵌入式电子书阅读器设计。实现了txt文档的阅读功能。-Design of embedded linux-based e-book reader. Txt document reading function.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:218488
    • 提供者:yan guo yu
  1. OS_ReaderaWriter

    0下载:
  2. reader and write in linux we use in linux compiler
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:1460
    • 提供者:tina
  1. Rrreadcarde

    0下载:
  2. 基于C 读卡器接口程序,在ARMM LINUX 下实现可直接使用。 -C-based card reader interface program can be used directly in the ARMM LINUX.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:130260
    • 提供者:victim
  1. linux_code_reader

    0下载:
  2. Linux源代码的详细讲解,以及提供一个代码阅读器-Linux source code, detailed explanations, and provide a code reader. .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3376799
    • 提供者:meelor
  1. alauda

    0下载:
  2. linux系统上,Alauda卡阅读器的驱动程序 -linux system, Alauda card reader driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:8460
    • 提供者:ginkgu
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com